home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr52 / achoice.zip / TEST.DOC < prev    next >
Text File  |  1993-04-01  |  1KB  |  20 lines

  1.                  ACHOICE() Test Program Documentation
  2.  
  3. I was intrigued with the new ACHOICE() function in Clipper S '87, but the
  4. official documentation is barely adequate. My need was to allow the user
  5. to select one (or more) organization numbers from a dbf, and pass the list
  6. on to another program segment.
  7.  
  8. The enclosed TEST program demonstrates how to set up for ACHOICE(), as well
  9. as a method to toggle selection on/off. It also demonstrates the poorly
  10. documented UDF function for ACHOICE(), and the use of the parameters for 
  11. Initial Choice Element and Initial Relative Window Row. Try experimenting 
  12. with these and see how the display behaves after a selection.
  13.  
  14. By the way, the pop-up window that announces indexing will dumbly sit there
  15. for 10 seconds or until you press a key; it really was designed to be
  16. included in VALID UDF's, to let the user know what was wrong. Just threw
  17. it in for free.
  18.  
  19. If you can refine/elaborate/improve any of this, please do so, and post the
  20. file back up on the BOSS.